home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Online Today 2000 January
/
Onto0100.iso
/
pc
/
Browser
/
Internet Explorer 5.0
/
ie 5.0
/
iejava.cab
/
com
/
ms
/
ie
/
OLECMDF.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-02-01
|
393 b
|
11 lines
package com.ms.ie;
public interface OLECMDF {
int OLECMDF_SUPPORTED = 1;
int OLECMDF_ENABLED = 2;
int OLECMDF_LATCHED = 4;
int OLECMDF_NINCHED = 8;
int OLECMDF_INVISIBLE = 16;
int OLECMDF_DEFHIDEONCTXTMENU = 32;
}